/* 4K and 8K UHD 7680px */

@media (min-width: 1024px) and (max-width: 7680px) {
    #aec-left {
        display: none !important;
    }

    html > body #aec-main.col-md-10 {
        width: 100% !important;
    }
}

@media (min-width: 0px) and (max-width:360px) {
    #aec-main.col-md-10 {
        padding: 0 !important;
    }

    #aec-body .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.aec-product-container {
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 0;
}

.aec-productfeature.aec-res {
    background-color: #fff;    
    margin-bottom: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    z-index: 1;
 }

.aec-details-holder > table {
    float: left;
    width: 33.333%;
}

.aec-productfeature.aec-res .aec-boutiqueIcon {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
}

.aec-product-title li {
    margin: 0;
}

.main-title {
    border-bottom: 1px solid var(--tertiary-color);
    padding-left: 0;
}

.aec-product-title {
    line-height: 100%;
    margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767px) {
    .main-title .aec-main-title > p {
        font-size: calc(18px + 10*((100vw - 320px) / 1920)) !important;
        line-height: 1.2;
    }
}

@media (min-width: 0px) and (max-width:360px) {
    .aec-boutiqueIcon + .main-title .aec-product-title:not(.attributes) {
        max-width: 89%;
    }
}

@media (min-width: 768px) and (max-width:1161px) {
    .aec-boutiqueIcon + .main-title + .aec-cover + .section-holder .aec-product-title {
        width: 95% !important;
    }
}

.aec-productfeature.aec-res h2 {
    color: #257184;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 0;
    display: inline;
}

.aec-title-inline {
    color: #257184;
    font-size: 20px;
    margin: 0;
    padding-bottom: 0;
}

.aec-title-inline.aec-product-format {
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px;
}

.aec-productfeature ul.aec-product-title li {
    display: inline;
    list-style-type: none;
    margin: 4px 0;
    line-height: 100%;
}

.aec-product-title.attributes {
    padding-bottom: 8px;
    padding-top: 5px;
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
}

.aec-product-title.attributes .aec-title-featurelist {
    margin-right: 15px;
}

.aec-res.aec-productfeature ul > li > span:first-child {
    font-weight: 400;
    color: #397F8E;
}

.aec-res.aec-productfeature ul > li {
    color: #257184;
}

@media (min-width: 0px) and (max-width: 320px) {
    .aec-productfeature.aec-res h1 {
        font-size: 18px !important;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .aec-productfeature.aec-res h1 {
        font-size: 16px !important;
        max-width: 80%;
    }
}

.aec-productfeature.aec-res div.aec-cover {
    float: none;
    position: relative;
    text-align: center;
}

.aec-productfeature.aec-res #aec-coverhover {
    cursor: pointer;
    height: 100%;
    left: 0 !important;
    opacity: 1;
    position: absolute !important;
    top: 0 !important;
    width: 100%;
}

#aec-coverhover .aec-playtrailer {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0 !important;
    border: none;
    background-color: var(--tertiary-color);
    color: #257184;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
}


/* 4K and 8K UHD 7680px */

.aec-productfeature.aec-res .main-title {
    margin-bottom: 15px;
}

.aec-product-title .aec-title-featurelist {
    color: #555;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
    padding-top: 5px;
}

.aec-product-title .aec-title-featurelist:empty {
    display: none;
}

.aec-title-featurelist.aec-main-artist > a {
    color: #257184;
    transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

.aec-title-featurelist.aec-main-artist > a:hover {
    color: #77b8c9;
}

.aec-productfeature.aec-res .main-title .aec-main-title {
    margin-bottom: 0;
    margin-top: 0;
}

.aec-product-title .aec-title-featurelist.aec-main-desc {
    color: #555;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-top: 2px;
    width: 90%;
    margin-right: 0;
}

.aec-title-featurelist > a {
    color: #257184;
}

.aec-title-featurelist > a:hover {
    color: #2d7b91;
}

.aec-title-rated {
    border: 1px solid;
    border-radius: 3px !important;
    color: #257184;
    font-size: 11px;
    line-height: 100%;
    padding: 3px 3px 0;
    position: relative;
    text-align: center;
    top: -1px;
}

#product-primaryinfo.primaryinfo-holder li {
    color: #555;
    font-size: 13px;
}

#product-primaryinfo.primaryinfo-holder li span {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

#product-primaryinfo.primaryinfo-holder a {
    color: #0174b0;
}

#product-primaryinfo.primaryinfo-holder a:hover {
    color: #004e90;
}

.aec-productfeature.aec-res .price-box {
    padding: 0;
    position: relative;
    min-height: 300px !important;
}

.price-box div.aec-buybutton {
    height: auto;
    padding: 0;
    width: 100%;
}

.price-box span.aec-buybutton {
    font-size: 14px;
    padding: 0;
}

.price-box .aec-title {
    margin-bottom: 0;
}

.price-box .aec-attr {
    color: transparent;
    font-size: 0;
    font-weight: normal;
    line-height: 0;
    min-height: 28px;
    text-transform: uppercase;
}

.price-box .aec-price {
    display: block;
    margin-top: 10px;
    text-align: center;
}

.price-box .aec-webamiprice-href .aec-custprice {
    display: inline-block;
    left: 0;
    min-width: 120px;
    position: absolute;
    text-align: left;
    top: 0;
}

.price-box .aec-webamiprice-href .aec-custprice > span {
    color: #757575;
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
}

.price-box .aec-webamiprice-href .aec-listprice {
    color: #757575;
    display: block;
    font-size: 12px;
    font-weight: 600;
    left: 120px;
    line-height: 100%;
    position: absolute;
    text-align: left;
    top: 0;
}

.price-box .aec-webamiprice-href .aec-listprice > span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    position: relative;
    text-decoration: line-through;
    font-weight: 600;
}

.price-box .aec-webamiprice-href .aec-yousave {
    color: #757575;
    display: block;
    font-size: 12px;
    font-weight: 800;
    left: 200px;
    line-height: 100%;
    position: absolute;
    text-align: left;
    top: 0;
}

.price-box .aec-webamiprice-href .aec-yousave > span {
    font-size: 16px;
    line-height: 100%;
    position: relative;
    font-weight: 800;
}

.price-box .aec-webamiprice-href .aec-yousave > span:before {
    content: "";
    display: block;
}

.price-box .aec-webamiprice-href .aec-yousave > span.aec-savepercent {
    font-weight: 600;
}

.price-box .aec-webamiprice-href .aec-yousave > span.aec-savepercent:before {
    content: "";
    display: inline-block;
}

/* Delivery Date*/
#aec-deliverydate {
    text-align: left !important;
    height: 70px;
    margin-top: 20px;    
}
#aec-dd-loading {
    height: 0px !important;
    left: 100px !important;
}
.aec-dd-date-text{
    display: inline;
}
.aec-dd-date {
    display:inline !important;
}
.aec-dd-input {
    width: 250px;
}

#aec-deliverydate .btn-primary {
    height: 33px;
}

.aec-heavyitem {
    background-color: #dbdbdb;
    border-radius: 0 !important;
    margin-bottom: 5px;
    margin-top: 12px;
    padding: 5px;
    width: 219px;
    text-align: center;
}

.aec-heavyitem a {
    color: #5E5E5E !important;
    font-size: 11px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    vertical-align: sub;
    -webkit-transition: all 0.2s ease-in 0s;
}

.aec-heavyitem:hover {
    background-color: #e1e1e1;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
}

.aec-heavyitem a:hover,
.aec-heavyitem:hover a {
    color: #777 !important;
}

.aec-wishlistadd {
    background-color: #0E5A6D;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    color: var(--tertiary-color);
    font-size: 17px;
    font-weight: 600;
    margin-left: 294px;
    margin-top: 10px;
    padding: 8px 16px;
    text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    width: 200px;
}

.aec-wishlistadd:before {
    content: '\f85e';
    font-family: 'CCVGlyphs';
    font-weight: normal;
    margin-right: 4px;
}

.aec-wishlistadd:hover {
    background-color: var(--tertiary-color);
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    color: #257184;
}

@media (min-width: 768px) and (max-width: 991px) {
    .aec-wishlistadd {
        width: 210px;
        margin-left: 245px;
    }   

    .aec-product-title .aec-title-featurelist {
        font-size: 14px;
    }

    .aec-title-inline,
    .aec-productfeature.aec-res h1 {
        font-size: 25px;
    }

}

@media (min-width: 0px) and (max-width: 767px) {
    .price-box div.aec-buybutton {
        height: auto;
        padding: 0;
        width: 100%;
    }

    .price-box.heavy-box div.aec-buybutton {
     
    }

    .aec-title-inline,
    .main-title .aec-main-title > p {
        font-size: 23px;
        margin-bottom: 4px;
    }

    .aec-productfeature.aec-res .price-box {
        padding: 0;
        position: relative;
    }      

    .price-box .aec-title {    
        width: 100%;
    }

    .price-box .aec-attr {
        margin: auto;
        min-height: 30px;
        position: relative;
        top: 0;
        width: 320px;
    }

    .aec-wishlistadd {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        position: relative;
        top: 7px;
        width: 90%;
        padding-bottom: 2px;
    }

    #aec-deliverydate {
        text-align: center !important;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .aec-dd-input {
        width: 80%;
        margin: 0 auto !important;
    }

    .aec-title-rated {
        font-size: 11px !important;
    }

    .price-box .aec-webamiprice-href .aec-custprice {
        left: 15px;
    }

    .price-box .aec-webamiprice-href .aec-listprice {
        left: 130px;
    }

    .price-box .aec-webamiprice-href .aec-yousave {
        left: 210px;
    }

    .aec-heavyitem {
        margin: 5px auto;
        padding: 2px;
        width: 320px;
    }

    .main-title .aec-main-title > p {
        display: inline;
    }

    @media (min-width: 0px) and (max-width: 359px) {
        .aec-heavyitem {
            width: 90%;
        }
    }

    @media (min-width: 0px) and (max-width: 520px) {
        .aec-title-inline, .main-title .aec-main-title > p {
            font-size: 20px;
            line-height: 100%;
        }

        .aec-product-title.attributes .aec-title-featurelist {
            font-size: 13px;
        }
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .aec-productfeature.aec-res .section-holder,
    .aec-productfeature.aec-res .main-title,
    .aec-productfeature.aec-res .primaryinfo-holder {
        padding-left: 0;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .aec-productfeature.aec-res .section-holder {
        padding-bottom: 10px;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 1024px) and (max-width: 7680px) {
    .aec-productfeature.aec-res .primaryinfo-holder {
        min-height: 220px;
    }

    .aec-productfeature.aec-res.music-page .primaryinfo-holder {
        min-height: 150px;
    }
}

.aec-productfeature.aec-res + #aec-product-description {
    margin-top: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-productfeature.aec-res .primaryinfo-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .aec-productfeature.aec-res div.aec-cover {
        margin-bottom: 25px;
    }

    .primaryinfo-holder {
        margin-bottom: 10px;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    .aec-wishlistadd {
        padding: 10px 0;
    }
}

/*===========================================
	DESCRIPTION
============================================*/

.aec-details-content,
.aec-techinfo-content,
.aec-description-content,
.aec-credits-content {
    border-top: 1px solid #a1d9e8;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 50px;
}

.aec-details-content {
    margin-top: 115px;
}

.aec-desc-review,
.aec-details-holder,
.aec-techinfo-holder,
.aec-credits-holder {
    padding-bottom: 15px;
    padding-top: 15px;
}

.aec-desc-label {
    color: #257184;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
}

.aec-desc-review {
    color: #555;
    font-size: 14px;
}

#product-reviews > p {
    margin-bottom: 0;
}

.aec-desc-review p:empty {
    display: none;
}

.aec-desc-review > h3,
.aec-desc-review > h2 {
    color: #0174b0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.collapse-review {
    background-color: #fff;
    border: medium none;
    color: #0174b0;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.collapse-review:before {
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
}

.collapse-review .nav-label:before {
    display: inline-block;
    font-family: "CCVGlyphs";
    font-size: 18px;
    line-height: 15px;
    margin-right: 2px;
}

.collapse-review .nav-label:before {
    content: "\f845";
}

.collapse-review.opened .nav-label:before {
    content: "\f848" !important;
}

.aec-desc-review > ul {
    padding-left: 15px;
}


/* 4K and 8K UHD 7680px */
@media all and (min-width: 0px) and (max-width:696px) {
    .aec-desc-review.collapse {
        display: block;
        overflow: hidden;
        word-wrap: break-word;
        text-align: justify;
        width: 100%;
        transition-duration: 0.5s;
        transition-property: max-height;
        transition-timing-function: ease;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-property: max-height;
        -webkit-transition-timing-function: ease;
    }

    .aec-desc-review.expanded {
        max-height: 800px !important;
        overflow: hidden;
        position: relative;
    }

    .aec-desc-review.collapse.expanded,
    .aec-desc-review.collapse {
        padding-bottom: 0;
    }
}


/*===========================================
	PRODUCT TABS
============================================*/

#aec-movietabs,
#aec-gametabs,
#aec-musictabs,
#aec-classicaltabs {
    clear: both;
    display: inline-block;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: 100%;
    border: none;
}

#aec-movietabs > ul,
#aec-gametabs > ul,
#aec-musictabs > ul,
#aec-classicaltabs > ul,
#aec-itemtabs > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none !important;
}

.aec-product-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.aec-product-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor h2 {
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.42857;
    text-decoration: none;
}

.aec-product-container .ui-state-active a,
.aec-product-container .ui-state-active a:link,
.aec-product-container .ui-state-active a:visited {
    color: #257184;
}

.aec-product-container .ui-tabs .ui-tabs-nav li {
    border-color: #fff;
}

.aec-product-container .ui-state-default.ui-tabs-active.ui-state-active {
    background: #fff none repeat scroll 0 0 !important;
}

.aec-product-container .ui-state-default.ui-tabs-active.ui-state-active a {
    color: #257184 !important;
    padding: 0;
}

.aec-product-container .ui-state-default.ui-corner-top {
    background: #f6fbfd none repeat scroll 0 0 !important;
}

.aec-product-container .ui-state-default.ui-corner-top a {
    color: #257184 !important;
}

.aec-product-container .aec-twocols li > div {
    color: #257184;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.aec-product-container .ui-widget-content a {
    color: var(--tertiary-color);
    font-size: 12px;
}

.aec-product-container .ui-widget-content a:hover {
    color: #004e90;
}

.aec-product-container .aec-twocols li {
    list-style: outside none none;
    width: 100%;
}

.aec-product-container .aec-twocols > div {
    width: 100%;
    float: none;
}

#product-credits .aec-twocols li > br + a:before {
    color: #555;
    content: ", ";
    left: -2px;
    position: relative;
}

#aec-classicaltabs #aec-musictracksonly {
    width: 100%;
}

#aec-classicaltabs #aec-musictracksonly > ul > li {
    border-bottom: 1px solid #e8f5fd;
    list-style-type: none;
    padding: 4px;
    color: #555;
    font-size: 13px;
}

#aec-classicaltabs #aec-musictracksonly .aec-discnum:before {
    content: "\f825";
    font-family: CCVGlyphs;
    margin-right: 5px;
    font-weight: normal;
}

#aec-classicaltabs #aec-musictracksonly .aec-discnum {
    color: #257184;
    font-size: 13px;
    font-weight: 600;
}

#aec-classicaltabs #aec-musictracksonly > ul > li > span {
    font-weight: 600;
}

#aec-itemtabs {
    margin-left: 0;
}

/*===========================================
	OTHER FORMATS
============================================*/

.aec-productfeature.aec-res .aec-otherformats {
    background-color: #fff;
    border-color: #a1d9e8;
    border-style: solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: 0 0 1px;
    clear: both;
    color: #257184;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.aec-productfeature.aec-res .aec-otherformats.collapsed .nav-label i.icon-left-open:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.aec-productfeature.aec-res .aec-otherformats .nav-label i.icon-left-open:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 16px;
}

.aec-productfeature.aec-res #aec-otherformats div.aec-buybutton {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-productfeature.aec-res .aec-otherformats {
        padding: 10px 0 10px 5px;
    }

    .aec-productfeature #aec-otherformats.collapse:not(.show) {
        display: none;
    }
}

.aec-productfeature.aec-res #aec-otherformats.collapse {
    overflow: hidden;
}

.aec-productfeature.aec-res #aec-otherformats {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.aec-productfeature.aec-res #aec-otherformats div.aec-buybutton {
    border-top: 1px solid #A1D9E8;
    padding-bottom: 7px;
    padding-top: 7px;
    width: 100% !important;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton:before {
    font-size: 12px !important;
    position: relative;
    top: 0;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buyimage .aec-buybutton-textbtn span {
    font-size: 9px !important;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
    display: inline;
    float: left;
    font-weight: 600;
    padding-left: 0;
    text-align: left;
    width: 13%;
}

.aec-productfeature #aec-otherformats .aec-buybutton .aec-title > a {
    color: #257184;
    padding-right: 0;
    font-size: 12px;
}

.aec-productfeature #aec-otherformats .aec-buybutton .aec-title > a:hover {
    color: #2d7b91;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
    display: inline;
    float: left;
    padding-right: 3px;
    width: 55%;
    text-align: left;
    font-size: 12px;
    color: #555;
}

.aec-productfeature.aec-res #aec-otherformats .aec-custprice {
    color: transparent;
    font: 0px/0px Arial;
}

.aec-productfeature.aec-res #aec-otherformats .aec-custprice span {
    color: #757575;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
}

.aec-productfeature.aec-res #aec-otherformats .aec-listprice span {
    color: #757575;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-decoration: line-through;
    display: none;
}

#aec-otherformats .aec-webamiprice-href > div {
    display: inline-block;
}

#aec-otherformats .aec-webamiprice-href > div.aec-listprice {
    padding-right: 10px;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price {
    display: inline;
    float: left;
    text-align: right;
    width: 15%;
    font: 0px/0 arial;
    color: transparent;
}

.aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
    display: inline;
    float: left;
    padding-left: 0;
    width: 17%;
}

@media (min-width: 1200px) and (max-width: 7680px) {
    .aec-productfeature #aec-otherformats .aec-buybutton .aec-title > a,
    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr,
    .aec-productfeature.aec-res #aec-otherformats .aec-custprice span {
        font-size: 13px;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buyimage .aec-buybutton-textbtn span {
        padding: 4px 0 !important;
    }

    .aec-productfeature.aec-res #aec-otherformats button.aec-buybutton-textbtn {
        width: 100% !important;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
        padding-left: 8px !important;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton::before {
        font-size: 13px !important;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 769px) and (max-width: 7680px) {
    .aec-productfeature.aec-res button.aec-otherformats {
        pointer-events: none !important;
    }

    .aec-productfeature.aec-res #aec-otherformats {
        height: auto !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
        width: 15%;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
        width: 46%;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
        width: 22%;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price {
        width: 17%;
    }

    .aec-productfeature.aec-res #aec-otherformats button.aec-buybutton-textbtn {
        padding: 7px 5px;
    }
}

@media (min-width: 635px) and (max-width: 767px) {
    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
        width: 55%;
    }

    .aec-productfeature.aec-res #aec-otherformats button.aec-buybutton-textbtn {
        padding: 7px 5px;
    }
}

@media (min-width: 0px) and (max-width: 634px) {
    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
        padding-left: 10px;
        width: 15%;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title a {
        font-size: 12px;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
        width: 40%;
        font-size: 12px;
        padding-left: 9px;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price {
        width: 15%;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price .aec-custprice {
        font-size: 10px;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
        width: 28%;
        font-size: 10px;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-listprice,
    .aec-productfeature.aec-res #aec-otherformats .aec-custprice {
        display: block;
        padding: 0 !important;
        text-align: center;
    }

    .aec-productfeature.aec-res #aec-otherformats .aec-listprice span,
    .aec-productfeature.aec-res #aec-otherformats .aec-custprice span {
        display: inline-block;
        width: 100%;
    }

    .aec-productfeature.aec-res #aec-otherformats button.aec-buybutton-textbtn {
        padding: 7px 5px;
    }

    @media (min-width: 0px) and (max-width: 325px) {
        .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-attr {
            font-size: 10px;
            width: 36%;
        }

        .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-title {
            width: 15% !important;
        }

        .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-price {
            width: 15% !important;
        }

        .aec-productfeature.aec-res #aec-otherformats .aec-buybutton .aec-buyimage {
            width: 34% !important;
        }
    }
}

@media (min-width: 769px) and (max-width: 7680px) {
    .aec-productfeature.aec-res button.aec-otherformats {
        border: none !important;
    }

        .aec-productfeature.aec-res button.aec-otherformats .nav-label i.icon-left-open {
            display: none !important;
        }
}

@media (min-width: 0px) and (max-width: 768px) {
    .aec-productfeature.aec-res .aec-otherformats {
        border-width: 1px 0 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .aec-productfeature.aec-res .aec-otherformats {
        margin-top: 26px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-productfeature.aec-res {
        padding-bottom: 0;
    }

    .aec-productfeature.aec-res .aec-otherformats {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .aec-productfeature.aec-res .aec-otherformats .icon-left-open:before {
        font-weight: 700;
    }

    .btn.collapse-button {
        padding: 0 30px 0 0 !important;
    }

    .aec-details-content,
    .aec-techinfo-content,
    .aec-description-content,
    .aec-credits-content {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    #aec-movietabs,
    #aec-gametabs,
    #aec-musictabs,
    #aec-classicaltabs {
        margin-top: 0 !important;
    }

    .dtltitle {
        font-weight: 600 !important
    }

    .aec-details-holder > table,
    .aec-techinfo-holder > table {
        display: table;
        width: 100%;
    }
}

#aec-movietabs,
#aec-gametabs,
#aec-musictabs,
#aec-classicaltabs {
    border-radius: 0 !important;
    border-top: 1px solid #a1d9e8;
    clear: both;
    display: inline-block;
    margin-top: 0;
    padding-top: 8px;
    position: relative;
    width: 100%;
}


/*===========================================
	MUSIC PLAYER
============================================*/

#mt-1 {
    padding-left: 0;
    padding-right: 0;
}

#aec-jukebox.tracksonly {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    margin-top: 0;
    padding-top: 0;
}

#aec-jukebox.tracksonly .jp-playlist li {
    border-top: 1px solid #ddf4fb;
}

.jp-playlist.tracksonly .aec-tracknum {
    background-color: var(--tertiary-color);
    border-radius: 50% !important;
    color: #0A5685;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 600;
    height: 20px;
    line-height: 21px;
    padding: 0;
    text-align: center;
    width: 20px;
}

div#aec-jukebox {
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#aec-jukebox {
    background-color: var(--tertiary-color);
    box-shadow: 0 !important;
    padding-bottom: 10px;
    border-radius: 0;
}

.jp-aec-playerinfo-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.jp-controls-holder {
    background-color: #bdeffc;
}

.jp-playlist.tracksonly li {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.jp-playlist {
    background-color: #F7FDFF;
    border-radius: 0;
}

.jp-playlist li:before {
    background-color: var(--tertiary-color);
    color: #2571a0;
    font-weight: 600;
    height: 20px;
    line-height: 19px;
    width: 20px;
}

.jp-playlist li.jp-playlist-current {
    background-color: #257184;
    border-top: 1px solid #257184;
}

.jp-playlist li.jp-playlist-current div a {
    color: var(--tertiary-color) !important;
}

.jp-playlist li div a {
    color: #257184 !important;
    font-weight: 600 !important;
}

.jp-playlist li:hover {
    background-color: #BDEFFC;
    border-top: 1px solid #BDEFFC;
}

.jp-playlist li.jp-playlist-current:hover a {
    color: #257184 !important;
}

.jp-playlist li:hover + li {
    border-top-color: #bdeffc;
}

.jp-playlist li.jp-playlist-current + li {
    border-top: 1px solid #bdeffc;
}

.jp-playlist li {
    border-top: 1px solid #e8f5fd;
}

.jp-play,
.jp-stop,
.jp-previous,
.jp-next,
.jp-repeat,
.jp-shuffle,
.jp-mute,
.jp-volume-max {
    color: #257184;
}

.jp-play,
.jp-stop,
.jp-previous,
.jp-next {
    background-color: #E8FAFF;
}

.jp-volume-bar,
.jp-progress {
    background-color: #1A4B58;
}

.jp-current-time,
.jp-duration {
    color: #257184;
    font-weight: 600;
}

.jp-artist,
.jp-album-name {
    color: #777;
    font-size: 13px;
}

.jp-track-title {
    color: #257184;
    font-weight: 600;
}

.jp-volume-bar-value,
.jp-play-bar {
    background-color: var(--tertiary-color);
}

@media all and (min-width: 320px) and (max-width:570px) {
    #aec-musictabs #mt-1 {
        padding-left: 2px;
        padding-right: 2px;
        width: 100%;
    }

    div#aec-jukebox {
        margin: 0 -10px;
        width: 100%;
    }

    .jp-cover {
        display: block !important;
        float: none !important;
        height: 140px;
        margin: 0 auto;
        width: 140px;
    }

    .jp-albuminfo-container {
        background-color: #ffffff;
        display: table-cell;
        float: left;
        height: auto;
        overflow: hidden;
        padding-top: 10px;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

    .jp-aec-playerinfo-control {
        width: 100%;
    }

    .jp-volume-bar {
        margin-top: 5px;
        display: none !important;
    }

    .jp-current-time,
    .jp-duration {
        margin-left: 0;
        margin-right: 0;
        width: 20%;
    }

    .jp-progress {
        width: 60%;
        margin-left: 0;
        margin-right: 0;
    }

    .jp-aec-playerinfo-control .jp-controls-holder {
        padding: 4px 0 !important;
        width: 100% !important;
    }

    .jp-aec-playerinfo-control .jp-progress-holder {
        padding: 4px 0;
        width: 100% !important;
    }

    #aec-jukebox.tracksonly {
        background-color: white !important;
        box-shadow: 0 !important;
        margin: 0 auto;
        padding: 0;
    }

    .jp-track-title {
        font-size: 13px;
    }

    .jp-artist,
    .jp-album-name {
        display: inline;
    }

    .jp-artist,
    .jp-artist:after {
        content: ",";
    }
}

@media all and (min-width: 371px) and (max-width:570px) {
    .jp-controls {
        margin-left: 10px;
        position: relative;
        top: 5px;
        margin-bottom: 10px;
    }

    .jp-volume-controls {
        margin-right: 5px;
        margin-top: 0;
        position: relative;
        top: 18px;
        display: none !important;
    }
}

@media all and (min-width: 320px) and (max-width:370px) {
    .jp-aec-playerinfo-control {
        height: auto;
    }

    .jp-aec-playerinfo-control .jp-controls-holder {
        height: auto;
    }

    .jp-controls {
        display: block;
        margin-left: 0;
        position: relative;
        top: 5px;
        width: 100%;
        margin-bottom: 10px;
    }

    .jp-volume-controls {
        float: left;
        margin: 20px auto 5px;
        padding-left: 30%;
        position: relative;
        top: 0;
        width: 70%;
        display: none !important;
    }
}

.jp-play-bar:before,
.jp-volume-bar-value:before {
    background-color: #257184;
}


/*===========================================
	VIDEO PLAYER
============================================*/

.aec-rbox div.aec-tl,
div.aec-tr,
div.aec-bl,
div.aec-br {
    background-image: none !important;
    background-repeat: no-repeat;
}

.aec-rbox {
    width: 100%;
}

@media (min-width: 0px) and (max-width:767px) {
    .aec-rbox div.aec-m {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        width: 100% !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
    .aec-rbox div.aec-m #aec-trailerplayer,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display {
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 361px) and (max-width: 512px) {
    .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
    .aec-rbox div.aec-m #aec-trailerplayer,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_video,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
        height: calc(45vh - 100px) !important;
        width: 100% !important;
        top: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
        width: 100% !important;
        background-color: transparent !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
        width: 100% !important;
        left: 0px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
        width: 127px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
        top: 0 !important;
        left: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
        right: 88px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_capRight {
        right: 5px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer {
        border: 3px solid #6a6a6a;
        border-radius: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
        top: 35% !important;
        left: 35% !important;
    }
}

@media (min-width: 321px) and (max-width: 360px) {
    .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
    .aec-rbox div.aec-m #aec-trailerplayer,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_video,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
        height: calc(35vh - 100px) !important;
        width: 100% !important;
        top: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
        width: 100% !important;
        background-color: transparent !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
        right: 90px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
        width: 301px !important;
        left: 0px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
        width: 80px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
        top: 0 !important;
        left: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_capRight {
        right: 5px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
        top: 35% !important;
        left: 35% !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer {
        border: 3px solid #6a6a6a;
        border-radius: 0 !important;
    }
}

@media (min-width: 0px) and (max-width: 320px) {
    .aec-rbox div.aec-m #aec-trailerplayer_wrapper,
    .aec-rbox div.aec-m #aec-trailerplayer,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_video,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display,
    .aec-rbox div.aec-m #aec-trailerplayer_displayarea {
        height: calc(30vh - 100px) !important;
        width: 100% !important;
        top: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar {
        width: 100% !important;
        background-color: transparent !important;
    }

    #aec-trailerplayer_jwplayer_controlbar_timeSliderBuffer {
        width: 55px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_durationText {
        display: none !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_background,
    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_elements {
        width: 100% !important;
        left: 0px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_timeSliderRail {
        width: 55px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_wrapper #aec-trailerplayer_video {
        top: 0 !important;
        left: 0 !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_controlbar_capRight {
        right: 5px !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer_jwplayer_display_iconBackground {
        top: 35% !important;
        left: 35% !important;
    }

    .aec-rbox div.aec-m #aec-trailerplayer {
        border: 3px solid #6a6a6a;
        border-radius: 0 !important;
    }
}

.ui-tabs .ui-tabs-panel {
    display: inline-block;
    width: 100% !important;
}

.aec-rbox div.aec-h {
    color: #257184;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 4px 0 10px;
    text-align: center;
    display: none !important;
}

.aec-rbox div.aec-bm {
    color: #257184;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
    #aec-movietabs #mt-1 {
        padding: 15px 0 !important;
    }

    #aec-gametabs #gt-4 {
        padding: 15px 0 !important;
    }

    .aec-rbox div.aec-tl {
        padding: 0 !important;
    }

    .aec-rbox div.aec-tr {
        padding: 0 !important;
        margin: 0 !important;
    }
}


/*===========================================
	ITEMS TAB
============================================*/

#aec-itemtabs {
    border-radius: 0 !important;
    border-top: 1px solid #a1d9e8 !important;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    min-height: 0 !important;
    padding: 15px 0 0;
}

    #aec-itemtabs * {
        font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

#product-primaryinfo span#aec-li-UPC_Cd {
    color: #555;
}

#aec-itemtabs > ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 0;
}

#aec-itemtabs h3.title-label {
    color: #257184;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

#aec-itemtabs h3.title-label + p {
    margin-top: 0;
}

#aec-itemtabs > ul p {
    color: #555;
    font-size: 13px;
}

#it-1 {
    color: #555;
    font-size: 13px;
    padding: 0;
    width: 100%;
}

#carousel_addimages.aec-carouseltheme.owl-carousel {
    border-top: 1px solid #a1d9e8;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#aec-itemtabs a.ui-tabs-anchor#ui-id-1 h3{
    color: #257184 !important;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0;
    border: none !important;
}

.aec-product-container #aec-itemtabs .ui-tabs-nav li:first-child {
    background-color: transparent !important;
    border: medium none !important;
}

.aec-itemselect {
    font-size: 13px;
}

.aec-itemselect span {
    color: #000 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.aec-itemselect span#aec-SelectedColor,
.aec-itemselect span#aec-SelectedSize {
    color: #555 !important;
    text-transform: capitalize !important;
}

.aec-itemselect div {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}

.aec-productfeature.aec-res.items-page div.aec-SizeBox {
    background-color: White;
    border: 1px solid var(--tertiary-color);
    cursor: pointer;
    font-family: "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    height: 32px;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 4px;
    min-width: 32px !important;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.aec-productfeature.aec-res.items-page div.aec-SizeBoxSelected {
    background-color: #BBE1EB;
    border: 1px solid var(--tertiary-color);
    margin-left: 0;
    margin-right: 10px;
    margin-top: 14px;
    padding: 0 !important;
}

.aec-productfeature.aec-res.items-page .aec-hov div {
    font-size: 14px !important;
    line-height: 28px;
}

.aec-productfeature.aec-res.items-page a.aec-hov:hover div {
    background-color: #257184;
    border: 1px solid #257184;
    color: var(--tertiary-color);
    margin-left: 0;
    margin-right: 10px;
    margin-top: 14px;
}

@media (min-width: 768px) and (max-width: 7680px) {
    #aec-itemtabs > ul {
        padding: 0;
    }

    #it-1 {
        padding-left: 0;
    }
}

.aec-esrbimg {
    margin-right: 5px;
    max-width: 28px;
    height: auto;
    max-height: 40px;
}

.aec-gameratings > div {
    font-size: 14px;
    font-weight: 700;
}

.aec-gameratings a {
    font-size: 13px;
    font-weight: 400;
}

.btn.collapse-button {
    color: #257184;
    font-size: 20px;
    font-weight: 700;
    padding-left: 0;
    padding: 0 30px 0 0;
    position: relative;
    background-color: #fff !important;
    text-transform: capitalize;
}

.btn.collapse-button:before {
    content: "\f830";
    font-family: CCVGlyphs;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.btn.collapse-button:active,
.btn.collapse-button:focus {
    background-image: none;
    box-shadow: 0 !important;
    outline: 0 none;
}

.btn.collapse-button.collapsed:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.btn.collapse-button:hover,
.btn.collapse-button:focus,
.btn.collapse-button:active {
    color: #2d7b91 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


/*===========================================
	TABLE DETAILS
============================================*/

#product-details.aec-details-holder,
#technical-information.aec-techinfo-holder {
    width: 100%;
}

#product-details.aec-details-holder.collapse.in,
#technical-information.aec-techinfo-holder.collapse.in {
    display: table;
}

#product-details.aec-details-holder table,
#technical-information.aec-techinfo-holder table {
    font-size: 14px;
    color: #555;
}

.dtltitle {
    color: #257184;
    font-weight: 600;
    width: 110px;
    vertical-align: top;
}

#product-details.aec-details-holder table a,
#technical-information.aec-techinfo-holder table a {
    color: #397F8E;
    transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

#product-details tr th,
#technical-information tr td {
    padding: 2px 22px 2px 2px;
}

#product-details tr th.dtltitle,
#technical-information tr th.dtltitle {
    padding-right: 2px;
}


/*===========================================
	CREDITS
============================================*/

.aec-twocols a {
    color: #497E8C;
    font-size: 14px;
    transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

#product-credits.aec-credits-holder .aec-twocols a {
    display: inline;
}

#product-credits.aec-credits-holder .aec-twocols br {
    display: none;
}

.aec-twocols a:hover,
#product-details.aec-details-holder table a:hover,
#technical-information.aec-techinfo-holder table a:hover {
    color: #2d7b91;
}

@media (min-width: 512px) and (max-width: 767px) {
    .aec-details-holder > table {
        float: left;
        margin-left: 5px;
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-desc-label {
        margin: 0;
    }

    .aec-desc-review,
    .aec-credits-holder {
        margin-left: 0;
        margin-right: 0;
    }

    .aec-details-holder > table,
    .aec-techinfo-holder > table {
        float: left;
        margin-left: -5px;
        width: 100%;
    }

    #product-details.aec-details-holder,
    #technical-information.aec-techinfo-holder {
        margin-left: 5px;
        margin-right: 5px;
    }

    .aec-product-container .ui-state-default.ui-tabs-active.ui-state-active a {
        padding: 6px 0;
    }

    #product-details tr td,
    #technical-information tr td {
        padding: 4px 22px 4px 0;
    }

    #product-details.aec-details-holder table,
    #technical-information.aec-techinfo-holder table {
        font-size: 13px;
    }

    .aec-credits-holder .aec-twocols a {
        font-size: 13px;
    }

    .aec-rbox div.aec-bm {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .aec-desc-review {
        font-size: 13px;
    }
}


/*===========================================
	SOCIAL SHARE
===========================================*/

.aec-productfeature.aec-res #aec-socialtoolbar {
    background: none;
    top: 235px;
    clear: none;
    float: none;
    height: 20px;
    margin: 0 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 220px;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .aec-productfeature.aec-res #aec-socialtoolbar {
        top: 235px;
    }
}

@media (min-width: 0px) and (max-width: 769px) {
    .aec-productfeature.aec-res #aec-socialtoolbar {
        top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    div.aec-sharethisitem {
        margin-top: 2px !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-productfeature.aec-res #aec-socialtoolbar {
        bottom: auto;
        margin: 0 auto 25px;
        position: relative;
    }

    .social-holder {
        
    }

    div.aec-sharethisitem {
        margin-top: 2px !important;
    }
}

.aec-productfeature.aec-res .aec-product-pane.voverflow > div#aec-socialtoolbar {
    top: 104px;
}

.aec-product-pane .aec-socialtoolbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: none;
}


div.aec-sharethisitem {
    margin-top: 2px !important;
}

@-moz-document url-prefix() {
    div.aec-sharethisitem {
        margin-top: 1px !important;
    }
}

.aec-socialtext {
    display: none;
}


.aec-socialtoolbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    clear: both;
    height: 4px;
    display: none;
}

.aec-socialbookmarks > a#aec-tweet {
    background: var(--tertiary-color);
    background-image: none;
    position: absolute;
    right: 0;
    color: #257184 !important;
    cursor: pointer;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 0 !important;
    padding: 0px 7px !important;
    font-size: 11px;
    top: 0;
    right: 0;
}

.aec-socialbookmarks > a#aec-tweet:hover {
    background: #257184;
    color: var(--tertiary-color) !important;
}

.aec-socialbookmarks > a#aec-tweet img {
    display: none;
}

.aec-socialbookmarks > a#aec-tweet:before {
    content: "Tweet";
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

input#aec-notifyme-email {    
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 30px;
    padding: 6px 12px;
    line-height: 1.42857143;
    border: solid 1px #ccc;
    font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    margin-bottom: 12px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    color: #000;
    -webkit-border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input#aec-notifyme-button {
    margin-left: 0px;
    background-image: none !important;
    background-color: #0E5A6D;
    border: medium none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    color: var(--tertiary-color) !important;
    font-size: 12px;
    font-weight: 400 !important;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 0 !important;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    font-family: "Mukta Vaani", Arial, Helvetica, sans-serif !important;
}

input#aec-notifyme-button:hover {
    background-color: var(--tertiary-color) !important;
    color: #257184 !important;
}

span.aec-privacypolicy,
.aec-buybuttonExtraBold,
#aec-notify-emailsent {
    font-size: 14px;
    text-transform: capitalize;
}

.aec-privacypolicy > a {
    display: block !important;
}

div.aec-btnQtyWrapper > div:first-child {
    font-size: 18px;
}

div.aec-btnQtyWrapper > div:first-child input {
    height: 44px;
    width: 44px;
    font-size: inherit;
    border: solid 1px var(var(--seconday-color));
}

/* -------- Styles for Zoom container -------- */
.zoom-container {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    display: none;
    z-index: 999;
}

.chocolat-wrapper .chocolat-top {
    top: 50px !important;
}

.thumb-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.drift-zoom-pane img {
    width: 100% !important;
    height: auto !important;
}

.main-cover:hover #aec-coverhover {
    display: block;
}

.aec-productfeature.aec-res #aec-coverhover {
    cursor: pointer;
    height: auto !important;
    left: 0 !important;
    opacity: 1;
    position: absolute !important;
    top: 50% !important;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 992px) {
    .zoom-container,
    .drift-zoom-pane {
        display: none !important;
        z-index: 0;
    }
}

@media (min-width: 768px) {
    .thumb-gallery-container li.t-li-img {
        min-width: 32px;
    }
}

@media (min-width: 992px) {
    .zoom-container {
        top: 15px;
        right: 15px;
        width: 65%;
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .zoom-container {
        top: 15px;
        right: 20px;
        width: 65%;
        height: 450px;
    }
}

    /*-------------------- Multiple Images Product Page ---------------------*/
    /*----- Main Cover -----*/
    .aec-cover .main-cover img {
        object-fit: contain;
        max-width: 320px !important;
        max-height: 320px !important;
        width: 100%;
        margin: 0 auto;
    }

    /*----- Thumbs images -----*/
    .aec-productfeature.aec-res .aec-cover .thumb-list img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
        border-radius: 2px;
    }

    .aec-productfeature.aec-res .aec-cover .thumb-list img:hover {
        cursor: pointer;
    }

    .thumb-gallery-container li.t-li-img {
        align-self: center;
        text-align: center;
        transition: .6s ease;
        position: relative;
        padding: 1px;
        width: 100% !important;
        height: 100% !important;
    }

    .slick-slide div {
        height: 100%;
        width: 100%;
    }

    .thumb-member img {
        margin: auto;
    }

    .slick-arrow {
        font-size: 22px;
        opacity: .5;
    }

    .slick-arrow:hover {
        opacity: 1;
        cursor: pointer;
    }

    .slick-slide {
        border: 1px solid #d8d8d8 !important;
        border-radius: 2px;
        margin-top: 3px;
        margin-bottom: 4px;
    }

    .slick-slide:hover {
        border: 1px solid rgba(228,121,17,.5) !important;
        box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
    }

    /*----- Media Queries -----*/
    @media (min-width: 0px) and (max-width: 767px) {
        .slick-slide {
            width: 42px !important;
            height: 42px !important;
            max-width: 42px;
            max-height: 42px;
        }

        .slick-track {
            width: auto;
        }

        .slick-list.draggable {
            padding: 1px;
            width: 43px !important;
        }

        .slick-list {
            margin: 0 auto !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .slick-slide {
            width: 40px !important;
            height: 40px !important;
            max-width: 40px;
            max-height: 40px;
        }

        .slick-list.draggable {
            padding: 1px;
            width: 100% !important;
        }
    }

    @media (min-width: 992px) and (max-width: 4096px) {
        .slick-slide {
            width: 61px !important;
            height: 61px !important;
            max-width: 61px;
            max-height: 61px;
        }

        .slick-list.draggable {
            padding: 1px;
            width: 63px !important;
        }
    }

@media (max-width: 768px) {
    .col-notify {
        text-align: center;
    }
    .row-notifyme {
        width: auto;
    }
}

@media (max-width: 768px) {
    #aec-ItemBuyButton > div:first-child {
        text-align: center;
    }
}

.aec-youtubevideo-item iframe {
    max-width: 560px;
    width: 100%;
}