@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf')  format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf')  format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf')  format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamBlack.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBlack.woff') format('woff'), url('../fonts/GothamBlack.ttf')  format('truetype'), url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf')  format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf')  format('truetype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf')  format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


header {
    width: 100%;
    height:125px;
}

header .wrapper {
    height: 100%;
}
header .wrapper nav .nav-inner {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
}

header .wrapper nav .nav-inner a.logo img{
    width: 65px;
    margin-top: 20px;
}

header .wrapper nav .nav-inner #nav {
    width: 100%;
}

header .wrapper nav .nav-inner #nav li a {
    padding: 30px 40px 0 40px;
    font-family: "GothamMedium";
    font-size: 12px;
    letter-spacing: 2px;
    color: #7A7F80;
}

header .wrapper nav .nav-inner #nav li a:hover,
header .wrapper nav .nav-inner #nav li a:active,
header .wrapper nav .nav-inner #nav li a:focus {
    background: none;
    color: #000;
    border: none;
}

header .wrapper nav .left-menu {
    float: left;
}
header .wrapper nav .right-menu {
    float: right;
}
header .wrapper nav .nav-inner #nav li:first-child a {
    padding-left: 0;
}
header .wrapper nav .nav-inner #nav li:last-child a {
    padding-right: 0;
}

.utility-wrapper .wrapper .utility .welcome .message {
    font-family: "teimer-web",serif;
    font-style: italic;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-transform: capitalize;
}
.utility-wrapper .wrapper .utility .langnav .links {
    font-family: "GothamMedium";
    font-size: 10px;
    letter-spacing: 0.8px;
}


.utility-wrapper {
    background: #797d7e;
    color: #FFF;
    border-bottom: none;
}
.utility-wrapper .wrapper .utility .langnav .links li a {
    color: #FFF;
}

.logo a img {
    width: 100px;
    height: 100px;
}

footer {
    background: #004e7d;
    border-bottom: 25px solid #e4402d;
}
footer .wrapper .footer {
    border-top: none;
    border-bottom: none;
    margin: 0;
    color: #FFF;
}
footer .wrapper .footer a {
    color: #FFF;
}
footer .wrapper .after-footer {
    color: #FFF;
    margin-bottom: 25px;
}
footer .wrapper .after-footer a {
    color: #FFF;
}
.pdp_h1{
    text-align: left;
}
h1, h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "GothamBlack";
    font-size: 27px;
    color: #00507D;
    letter-spacing: 8px;
    margin: 50px auto;
}
h3:before,
h3:after{
    content: '';
    letter-spacing: -2px;
    font-family: initial;
    font-weight: 100;
    padding: 0 60px;
    color: #52aeb7;
    width: 100px;
    border-top: solid #52aeb7 1px;
    position: relative;
    top: 15px;
}
h3:before {
    right: 20px;
}
h3:after {
    left: 15px;
}
h3 span {
    color: #E34235;
}

.owl-carousel .item {
    color: #7A7F80;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 550px;
    font-family: "GothamBold";
}

.blog-posts-carousel .item {
    height: auto;
    padding: 0 30px;
    text-align: left;
}
.blog-posts-carousel .item div,
.widget-latest li div{
    font-size: 16px;
    letter-spacing: 1.1px;
    text-transform: none;
    color:#7A7F80;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.product-carousel div {
    margin-top: 15px;
}

.widget-latest li {
    display: block;
    float: left;
    width: 50%;
    padding: 25px 50px;
}

.widget-latest ul:after {
    content: '';
    display: block;
    clear: both;
}

.widget-static-block {
    text-align: center;
}
.widget-static-block .our-story-more-videos,
.from-the-blog {
    margin: 40px 0;
    padding-right: 50px;
    font-size: 21px;
    font-family: "GothamMedium";
    color: #E34235;
    letter-spacing: 1.1px;
    text-align: right;
    text-transform: uppercase;
}
.our-story-more-videos a,
.from-the-blog a {
    color: #E34235;
}
.widget-static-block .our-story-more-videos .fa,
.widget-latest .from-the-blog .fa {
    font-size: 25px;
}

.our-mission-block {
    padding: 10px 100px;
    text-align: center;
    color: #797d7e;
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 2px;

}
.our-mission-block p {
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.our-mission-block h4 {
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
    color: #797d7e;
    font-size: 22px;
}

.factory-store img {
    width:100%;
}
.location-and-hours {
    padding:50px;
    color: #797d7e;
}
.location-and-hours #map {
    width:100%;
    height:400px;
}
.location-and-hours .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #004f7b;
    letter-spacing: 10px;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 50px;
}
.location-and-hours .address p{
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 45px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.location-and-hours .description {
    margin: 50px 30px 100px 30px;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.category-fabrics {
    color: #797d7e;
}
.fabrics:after {
    content: '';
    display: block;
    clear: both;
}
.category-fabrics .description {
    text-align: right;
    padding-left: 50px;
    line-height: 27px;
    font-size: 19px;
    letter-spacing: 2px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}
.category-fabrics .icons {
    text-align: right;
    margin-top: 10px;
}

.category-fabrics .icons .icon {
    display: inline-block;
    width: 70px;
    height:70px;
    cursor: pointer;
    margin-left: 10px;
}
.icons .hand-wash {
    background: url(../images/fabric-icons/hand-wash-black.png) no-repeat;
}
.icons .hand-wash:hover {
    background: url(../images/fabric-icons/hand-wash.png) no-repeat;
}

.icons .machine-wash {
    background: url(../images/fabric-icons/machine-wash-black.png) no-repeat;
}
.icons .machine-wash:hover {
    background: url(../images/fabric-icons/machine-wash.png) no-repeat;
}

.icons .made-usa {
    background: url(../images/fabric-icons/made-usa-black.png) no-repeat;
}
.icons .made-usa:hover {
    background: url(../images/fabric-icons/made-usa.png) no-repeat;
}

.icons .water-proof {
    background: url(../images/fabric-icons/water-proof-black.png) no-repeat;
}
.icons .water-proof:hover {
    background: url(../images/fabric-icons/water-proof.png) no-repeat;
}

.icons .water-resist {
    background: url(../images/fabric-icons/water-resist-black.png) no-repeat;
}
.icons .water-resist:hover {
    background: url(../images/fabric-icons/water-resist.png) no-repeat;
}


.corporate-embellish-before .description,
.virtual-factory-tour .description{
    margin: 50px 30px;
    text-align: center;
    color: #797d7e;
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.corporate-embellish-before .col-md-6 {
    height:300px;
    text-align: center;
    padding: 0 50px;
}

.corporate-embellish-before .col-md-6 h4 {
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4b4b4b;
}
.corporate-embellish-before .get-quote {
    text-align: center;
    color: #7A7F80;
    font-size: 19px;
}

.corporate-embellish-before .get-quote p{
    margin-top: 20px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1.1px;

}
.corporate-embellish-before .get-quote .btn {
    background: none;
    border-radius: inherit !important;
    display: block;
    width: 500px;
    margin: 0 auto;
    font-family: "GothamBold" !important;
    color: #E34235;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: 3px solid #e34135 !important;
    padding: 25px !important;
    line-height: 3.4rem !important;
    letter-spacing: 8px;
    font-size: 37px !important;
}

.category-fresh-in-sf h1,
.category-fabrics h1,
.category-corporate h1,
.category-fresh-in-sf .note-msg,
.category-fabrics .note-msg,
.category-corporate .note-msg {
    display: none;
}

.cms-index-index .wrapper,
.blog-index-list .wrapper,
.catalog-category-view .wrapper,
.blog-post-view .wrapper{
    width:100%;
}

footer .wrapper .footer,
footer .wrapper .after-footer,
header .wrapper,
.utility-wrapper .wrapper,
.breadcrumbs,
.location-and-hours,
.fabrics,
.corporate-embellish-before,
.virtual-factory-tour,
.widget-static-block,
.blog-post-wrapper,
.category-wrapper,
.category-title,
.blog-post-view .postWrapper,
.block-content,
.category-title,
header .wrapper,
.product-carousel,
.widget-latest,
.our-mission-block,
.list-inline{
    max-width: 1170px !important;
    margin: 0 auto !important;
}

.category-image {
    max-height: 550px;
    overflow: hidden;
}
.category-image img {
    width:100%;
}

.postWrapper{
    clear: none;
    margin: 30px 0;
}

.toolbar .sorter,
.postTitle{
    border: none
}
.blog-posts-carousel .item a,
.widget-latest li a,
.postTitle h2 a {
    color: #4E5253;
    font-family: "GothamMedium";
    font-size: 21px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
}

.postContent {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}

.virtual-factory-tour img {
    width: 100%;
}

.block-content {
    text-align: center;
    letter-spacing: 2px;
    line-height: 45px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
    color: #797d7e;
}

.block-content p {
    padding: 0 50px;
    font-size: 25px;
}
.block-content p a{
    color: #52aeb7;
}
#mobile-menu, .sandwich-menu {
    display: none;
}

.account-login .col2-set {
    margin: 0;
}

.account-login .col2-set .new-users {
    padding-right: 30px;
}
.account-login .col2-set .registered-users {
    padding-left: 30px;
}
.account-login .col2-set .new-users .content,
.account-login .col2-set .new-users .buttons-set {
    width: 400px;
    float: right;
}

.account-login .col2-set .registered-users input {
    width: 270px;
}

.button {
    background: none;
    min-width: 130px;
    border-radius: inherit !important;
    display: block;
    color: #e34135;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: 1px solid #e34135 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: 3.5rem;
    line-height: 3.4rem !important;
    font-size: 1.1rem !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    padding: 0 2.5rem;
}
.button:active,.button:hover, .button:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.category-title {
    display: none;
}
.clearer {
    clear: both;
}
.zoom-notice, .zoom {
    visibility: hidden;
}
.popup-overlay {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}
.popup {
    display: none;
    background: #fff;
    z-index: 1001;
    position: fixed;
    width: 900px;
    padding: 40px;
    box-sizing: content-box;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.popup img {
    width: 300px;
    float: left;
}
.popup .description {
    width: 600px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    font-family: "teimer-web",serif;
    font-style: normal;
    font-weight: 300;
}
.popup .popup-close {
    position: absolute;
    font-size: 30px;
    font-family: fantasy;
    font-weight: 100;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.popup h2{
    text-transform: uppercase;
    font-family: "GothamBlack";
    font-size: 27px;
    color: #00507D;
    letter-spacing: 8px;
}

@media (max-width: 1200px) {
    .nav-container {
        position: relative;
        float: none;
        width: 100%;
        top: 0;
    }

    nav .nav-inner #nav li {
        float: left;
        position: relative;
    }

    header .wrapper nav .nav-inner #nav li a {
        padding: 25px 30px;
    }

    h3:after,h3:before {
        display: none;
    }
    .block-twitter h3:after, h3.instagram:after, .block-twitter h3:before, h3.instagram:before {
        display: inline-block;
        padding: 15px;
    }

    .owl-carousel .item {
        height: auto;
    }
    .catalog-category-view .category-products .products-grid, .catalogsearch-result-index .category-products .products-grid {
        width: 100%;
    }
    .instagram-view div {
        width: 20%;
        margin: 0;
        padding: 10px;
    }
    .instagram-view div a img {
        height: auto;
    }
    .fabrics .col-md-6.description, .fabrics .col-md-6 .icons, .fabrics .col-md-6 {
        text-align: center;
    }
    .corporate-embellish-before .col-md-6 h4 {
        text-align: center;
    }
    .corporate-embellish-before .col-md-6 {
        height: auto;
        min-height: 230px;
    }
    .utility-wrapper .wrapper .utility .welcome .message {
        padding-left: 10px;
    }
    header .wrapper nav .nav-inner #nav li:first-child a {
        padding-left: 10px;
    }

    .utility-wrapper .wrapper .utility .langnav {
        display: block;
        padding-right: 10px;
    }
    header .wrapper nav .nav-inner #nav li:last-child a {
        padding-right: 10px;
    }
    
    header .wrapper nav .nav-inner #nav li a {
        font-size: 12px;
    }
    .left-menu {
        padding-left: 50px;
    }
    .right-menu {
        padding-right: 50px;
    }
}

@media (max-width: 960px) {
    .left-menu {
        padding-left: 25px;
    }
    .right-menu {
        padding-right: 25px;
    }
}

@media (max-width: 860px) {
    .left-menu {
        padding-left: 10px;
    }
    .right-menu {
        padding-right: 10px;
    }
    header .wrapper nav .nav-inner #nav li a {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {
    .nav-container {
        display: none;
    }
    .utility-wrapper .wrapper .utility .langnav .links {
        display: none;
    }
    header {
        height: 0;
    }
    #mobile-menu {
        display: block;
        overflow: visible !important;
    }
    #mobile-menu ul#nav {
        list-style-type: none;

    }
    #mobile-menu ul#nav li:first-child{
        height: 70px;
    }
    #mobile-menu ul#nav li:first-child a{
        height: 70px;
        padding-right: 30px;
    }
    #mobile-menu ul#nav img{
        height: 60px;
    }
    #mobile-menu ul#nav a {
        font-family: "GothamMedium";
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #7A7F80;
        display: block;
        height: 40px;
        padding: 0;
        font-weight: 700;
    }

    .sandwich-menu {
        display: block;
        float: right;
        font-size: 28px;
        width: 25px;
        height: 25px;
        position: relative;
    }
    .sandwich-menu span {
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
    }
    .sandwich-menu span:nth-child(1) {
        top: 11px;
    }
    .sandwich-menu span:nth-child(2) {
        top:19px;
    }
    .sandwich-menu span:nth-child(3) {
        top: 27px;
    }
    #mobile-toggle{
        display: block;
        color: #fff;
    }
    h3 {
        font-size: 16px;
        letter-spacing: 4px;
        margin: 25px auto;
    }
    h3.instagram, .block-twitter h3{
        font-size: 27px;
    }
    .owl-carousel .item {
        font-size: 11px;
    }
    .product-carousel div {
        margin-top: 0;
    }
    .widget-latest ul {
        padding: 0;
    }
    .widget-latest li {
        width: 100%;
        padding: 10px;
        margin: 15px 0;
    }
    .widget-static-block .our-story-more-videos, .from-the-blog {
        text-align: center;
        padding: 0;
        margin: 20px 0;
        font-size: 14px;
    }
    .widget-static-block .our-story-more-videos .fa, .widget-latest .from-the-blog .fa {
        font-size: 18px;
    }
    .pre-footer {
        display: none;
    }
    footer .footer-logo {
        display: none;
    }
    .our-mission-block {
        padding: 0;
    }
    .location-and-hours {
        padding: 10px 0;

    }
    .location-and-hours .title {
        font-size: 16px;
        letter-spacing: 4px;
        text-align: center;
        font-family: "GothamBlack";
        margin: 20px auto;
    }
    .location-and-hours .address p{
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 25px;
    }
    .category-fabrics .description {
        padding-left: 0;
    }
    .corporate-embellish-before .description, .virtual-factory-tour .description {
        margin: 0 0 20px 0;
        padding: 0 20px;
    }
    .corporate-embellish-before .col-md-6 {
        min-height: initial;
        padding: 0;
    }
    .corporate-embellish-before .get-quote .btn {
        width: 100%;
        line-height: 4px !important;
        font-size: 18px !important;
    }
    .product-view .product-image {
        float: none !important;
        width: 100% !important;
    }
    .product-view .more-views{
        float: none !important;
        width: 100% !important;
    }
    #product-addtocart-button {
        position: relative !important;
        width: 100%;
        right: 0 !important;
    }
    .ship-wording {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
    }
    .product-view button {
        width: 100%;
    }
    #tab-section-reviews {
        padding-top: 0 !important;
    }
    .related-wrapper .form-add {
        width: 100% !important;
    }
    .product-view .product-collateral .info-related .related-wrapper {
        padding-right: 15px;
    }
    .product-view .product-essential .product-img-box {
        padding-left: 15px;
    }
    .location-and-hours .description {
        margin: 20px auto;
    }
}

@media (max-width: 600px) {
    .blog-posts {
        display: none;
    }
}
.top-link-cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    font-weight: normal;
    font-size: 14px;
}
.fb_iframe_widget {
    top: -5px;
}
.vimeoLgFrame {
    position: relative;
    padding-bottom: 35%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.vimeoLgFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vimeoLgFrame iframe button {
    display: none;
}
@media (max-width: 1231px) {
    .vimeoLgFrame {
        padding-bottom: 34%;
    }
}
@media (max-width: 665px) {
    .vimeoLgFrame {
        padding-bottom: 33%;
    }
}
@media (max-width: 473px) {
    .vimeoLgFrame {
        padding-bottom: 32%;
    }
}
@media (max-width: 320px) {
    .vimeoLgFrame {
        padding-bottom: 31%;
    }
}

.vimeoFrame {
    position: relative;
    padding-bottom: 55%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.vimeoFrame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vimeoFrame iframe button {
    display: none;
}
@media (max-width: 1231px) {
    .vimeoFrame {
        padding-bottom: 54%;
    }
}
@media (max-width: 665px) {
    .vimeoFrame {
        padding-bottom: 53%;
    }
}
@media (max-width: 473px) {
    .vimeoFrame {
        padding-bottom: 52%;
    }
}
@media (max-width: 320px) {
    .vimeoFrame {
        padding-bottom: 51%;
    }
}
.swatches-container {
    padding: 20px 0 40px 0;
}

.swatches-container ul {
    list-style-type: none;
    padding-left: 0;
}
.swatches-container ul .swatch-row {
    text-align: center;
    width: 100%;
}

.swatches-container ul .swatch-row:after {
    content: '';
    display: block;
    clear: both;
}

.swatches-container ul .swatch-row .swatch-icon {
    display: inline-block;
    cursor: pointer;
    margin: 0 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.reflective ul .swatch-row .swatch-icon {
    margin: 0 40px;
}

body {
    zoom: 0.9;
}
.owl-carousel .owl-nav.disabled {
    display: inherit;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 50px;
    color:#52aeb7;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    color: #C4C5C6;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #004F7C;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    -webkit-transform: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
.owl-carousel .owl-nav .owl-prev.disabled:hover,
.owl-carousel .owl-nav .owl-next.disabled:hover {
    color: #C4C5C6;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 50px;
    color:#52aeb7;
}
.owl-carousel .owl-nav img {
    height:  60px;
    opacity: 0.4;
}
.twitter-media {
    display: none;
}
.main .page-title h1 {
    width: auto;
}
.cart .cart-collaterals .totals .totals-inner .checkout-types li {
    text-align: right;
}
.cart .cart-collaterals .totals .totals-inner .checkout-types button {
    display: inline-block;
}
.cart #shopping-cart-table h2.product-name{
    font-family: "GothamMedium";
    text-transform: uppercase;
    font-size: 17px;
    margin: 10px;
}

.cart #shopping-cart-table h2.product-name a {
    color: #7A7F80;
}
.cart #shopping-cart-table tbody tr td {
    padding: 10px;
}

.cart #shopping-cart-table tbody tr td:first-child {
    text-align: center;
}
li {
    list-style-type: none;
}
.shipping .shipping-form .buttons-set {
    margin: 10px 0;
}
.shipping .shipping-form .input-box select {
    width: 100%;
}
.sp-methods ul {
    padding-left: 0;
    margin-top: 10px;
}
.sp-methods ul dt {
    padding: 10px 0;
}
.sp-methods ul li {
    line-height: 25px;
}
.sp-methods ul li input {
    display: inline-block;
    height: auto !important;
}
div#upsell-product-table {
    width: 100%;
}
div#upsell-product-table .upsell-row {
    margin-bottom: 50px;
}
div#upsell-product-table .upsell-row .upsell-cell {
    display: inline-block;
    max-width: 19%;
}

@media (max-width: 767px) {
    div#upsell-product-table .upsell-row .upsell-cell {
        min-width: 49%;
    }
}

@media (max-width: 320px) {
    div#upsell-product-table .upsell-row .upsell-cell {
        min-width: 100%;
    }
}