
.ac-widget-wrapper {
    background-color: #fff;
}


.ac-widget-wrapper .ac-widget {
    background: #fff;
    -webkit-box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-radius: 5px
}

.ac-widget-wrapper .ac-widget .widget-title {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.ac-widget-wrapper .ac-widget .widget-title h4 {
    font-weight: 600;
    font-size: 20px;
    color: #2d373c
}

.ac-widget-wrapper .ac-widget .widget-body {
    padding: 20px
}

.ac-widget-wrapper .widget-body ul {
    padding-left: 0;
}

.ac-widget-wrapper .widget-body ul li:not(:last-child) {
    border-bottom: 3px solid #eee;
}

.ac-widget-wrapper .ac-widget .package-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin-top: 25px
}

.ac-widget-wrapper .ac-widget .widget-title {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.ac-widget-wrapper .ac-widget .package-sm:first-child {
    margin-top: 0
}

.ac-widget-wrapper .ac-widget .package-sm .thumb {
    min-width: 80px;
    width: 80px;
    margin-right: 15px
}

.ac-widget-wrapper .ac-widget .package-sm .thumb img {
    width: 100%
}

.ac-widget-wrapper .ac-widget .package-sm .info h6 {
    font-weight: 600;
    font-size: 15px;
    color: #454545;
    line-height: 20px
}

.ac-widget-wrapper .ac-widget .package-sm .info h6:hover {
    color: #ff4838
}

.ac-widget-wrapper .ac-widget .package-sm .info h6 a {
    color: inherit
}

.ac-widget-wrapper .ac-widget .package-sm .info .price span,
.ac-widget-wrapper .ac-widget .package-sm .info .price p {
    color: #2d373c;
    font-size: 12px;
    font-weight: 500;
}

.ac-widget-wrapper .ac-widget .package-sm .info .price h6 {
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #ff4838
}

.ac-widget-wrapper .ac-widget .package-sm .actions {
    margin-left: 20px;
}





.ac-widget-wrapper .ac-widget-style-2 .widget-title {
    background: #162b32;
    border-radius: 5px;
    padding: 13px 20px
}

.ac-widget-wrapper .ac-widget-style-2 .widget-title h4 {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin-top: 3px
}



.ac-widget-wrapper .widget-tag-cloud .tag-cloud a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #2d373c;
    border: 1px solid #2d373c4d;
    padding: 6px 18px;
    margin-right: 12px;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ac-widget-wrapper .widget-tag-cloud .tag-cloud a:hover {
    border-color: #ff4838;
    background: #ff4838;
    color: #fff
}




.ac-widget-wrapper .widget-search .search-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px
}

.ac-widget-wrapper .widget-search .search-input-group input {
    height: 100%;
    background: #f5f5f5;
    border-radius: 44px 0 0 44px;
    padding: 10px 15px
}

.ac-widget-wrapper .widget-search .search-input-group input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1
}

.ac-widget-wrapper .widget-search .search-input-group input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1
}

.ac-widget-wrapper .widget-search .search-input-group input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1
}

.ac-widget-wrapper .widget-search .search-input-group input::placeholder {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1
}

.ac-widget-wrapper .widget-search .search-input-group input:focus {
    border: none
}

.ac-widget-wrapper .widget-search .search-input-group button {
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #ff4838;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 44px 44px 0;
    margin-left: -1px;
    -webkit-transition: .3s;
    transition: .3s
}

.ac-widget-wrapper .widget-search .search-input-group button:hover {
    background: #162b32
}








.ac-widget-wrapper .widget-gallary ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3,auto)
}

.ac-widget-wrapper .widget-gallary ul li img {
    width: 100%
}





